Spread Windows Forms 10.0 Product Documentation
ButtonTextCollectionInfo Constructor(String[],String[])


A System.String array value indicates the key of the element.
A System.String array value indicates the value of the element.
The constructor initializes a new instance of the ButtonTextCollectionInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal keys() As String, _
   ByVal values() As String _
)
'Usage
 
Dim keys() As String
Dim values() As String
 
Dim instance As New ButtonTextCollectionInfo(keys, values)
public ButtonTextCollectionInfo( 
   string[] keys,
   string[] values
)

Parameters

keys
A System.String array value indicates the key of the element.
values
A System.String array value indicates the value of the element.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ButtonTextCollectionInfo Class
ButtonTextCollectionInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.